git-test-epoll
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Thu, 4 Jul 2024 19:53:20 +0000 (21:53 +0200)
committerAurelien Jarno <aurel32@debian.org>
Thu, 4 Jul 2024 19:53:20 +0000 (21:53 +0200)
commit023145e167a6beb798c00dda18432577c07d5353
treeef34786b530b7d16f8783d5ebc902507522ba76f
parentaf9e57b0447fff0e482c061f31c5a5f822f36eba
git-test-epoll

commit 26d01172f5c3f3b912ecf21ebb911eb5351bba4d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Jan 26 08:23:41 2024 -0300

    misc: tst-poll: Proper synchronize with child before sending the signal

    When running the testsuite in parallel, for instance running make -j
    $(nproc) check, occasionally tst-epoll fails with a timeout.  It happens
    because it sometimes takes a bit more than 10ms for the process to get
    cloned and blocked by the syscall.  In that case the signal is
    sent to early, and the test fails with a timeout.

    Checked on x86_64-linux-gnu.

Gbp-Pq: Topic any
Gbp-Pq: Name git-test-epoll.diff
sysdeps/unix/sysv/linux/tst-epoll.c